projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
af937c3
)
(custom-face-attributes): Typo.
author
Miles Bader
<miles@gnu.org>
Tue, 28 Nov 2000 06:52:10 +0000
(06:52 +0000)
committer
Miles Bader
<miles@gnu.org>
Tue, 28 Nov 2000 06:52:10 +0000
(06:52 +0000)
lisp/cus-face.el
patch
|
blob
|
history
diff --git
a/lisp/cus-face.el
b/lisp/cus-face.el
index dd6692bc9e83e716c33019e7b667aae6d90ea328..90997096291cfff3cb43797ab09965d5e33085c9 100644
(file)
--- a/
lisp/cus-face.el
+++ b/
lisp/cus-face.el
@@
-182,7
+182,7
@@
(and (stringp real-value) real-value)
nil))
(style
- (and (consp real-value) (plist-get real-value :
line-width
))))
+ (and (consp real-value) (plist-get real-value :
style
))))
(list :line-width lwidth :color color :style style)))
;; filter to make customized-value suitable for storing
(lambda (cus-value)